home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / comment=dashedline.hex < prev    next >
Text File  |  1993-08-01  |  2KB  |  40 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  5. 11 01                        % verson
  6. 01 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  7. 30 0000 0000 00FF 00FF        % draw bounding rect
  8. %
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. %
  11. %    This test uses the dashedline piccomment to verify just that the broad ideas are
  12. %    in place and that using it doesn't cause major errors.  This is just like the lines=opcodes
  13. %    test but has the lines being dashed instead.
  14. %
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16.  
  17. % DHDV line  (demonstrating 0 origin)
  18. 23 40 20
  19.  
  20. A1 00b4 0005  01 00 02 04 04    % a 50% dash pattern
  21.  
  22. % Line
  23. 20 0080 0080 0100 00B0
  24.  
  25. A0 00b5
  26.  
  27. A1 00b4 0008  06 00 05 04 02 08 01 04    % a messy dash pattern
  28.  
  29. %LineFrom
  30. 21 0040 00F0
  31.  
  32. A1 00b4 0005  01 00 02 02 01    % a brief pattern
  33.  
  34. %Short line
  35. 22 0000 00C0 E0 30
  36.  
  37. A0 00b5
  38.  
  39. FF    % end
  40.